Skip to content

Commit

Permalink
semversioner release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Oct 21, 2020
1 parent be7268d commit 60ec14d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changes/1.4.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"description": "Do not break backwards compatibility on ObjectCache",
"type": "patch"
}
]
4 changes: 0 additions & 4 deletions .changes/next-release/patch-20201021120322.json

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 1.4.2

- patch: Do not break backwards compatibility on ObjectCache

## 1.4.1

- patch: Improve caching and allow to use an external cache
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup

__version__ = "1.4.1"
__version__ = "1.4.2"
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit 60ec14d

Please sign in to comment.