Skip to content

Commit

Permalink
build: bump version to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CJHwong committed May 6, 2022
1 parent d669d96 commit 5c690b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.2
-----

Changes:

- Drop support to Python 2.7.
- Add store rendered values on objects for renderer segments and rendered elements.

0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="pyx12lib",
version="0.1",
version="0.2",
author="CJHwong",
author_email="[email protected]",
url="https://github.com/hardcoretech/pyx12-lib",
Expand Down

0 comments on commit 5c690b8

Please sign in to comment.