Skip to content

Commit f37cde9

Browse files
🔖 Bump version w/ patch on model field introspection
1 parent 21fac6b commit f37cde9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 1.0.42
4+
current_version = 1.0.43
55

66
[bumpversion:file:setup.cfg]
77

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vng-api-common",
3-
"version": "1.0.42",
3+
"version": "1.0.43",
44
"description": "NodeJS build tooling for vng-api-common",
55
"main": "index.js",
66
"directories": {

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
33
[metadata]
44
name = vng-api-common
5-
version = 1.0.42
5+
version = 1.0.43
66
description = VNG API tooling
77
long_description = file: README.rst
88
url = https://github.com/VNG-Realisatie/vng-api-common

0 commit comments

Comments
 (0)