Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare bugfix release #51

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 2.1.0
current_version = 2.1.1

[bumpversion:file:setup.cfg]

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Change history
==============

2.1.1 (2024-11-29)
------------------

* Move zgw-consumers-oas import to related function

2.1.0 (2024-11-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vng-api-common",
"version": "2.1.0",
"version": "2.1.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you run npm install it should automatically update package-lock.json as well

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this PR #24 I remove package*.json files, so I think soon it would not be needed

"description": "NodeJS build tooling for vng-api-common",
"main": "index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = commonground-api-common
version = 2.1.0
version = 2.1.1
description = Commonground API tooling
long_description = file: README.rst
url = https://github.com/maykinmedia/commonground-api-common
Expand Down Expand Up @@ -46,7 +46,7 @@ install_requires =
notifications-api-common>=0.3.1
zgw-consumers>=0.35.1
oyaml
PyJWT>=2.1.0
PyJWT>=2.1.1
requests
requests-mock
coreapi
Expand Down
2 changes: 1 addition & 1 deletion vng_api_common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"