Skip to content

Commit 5c690b8

Browse files
committed
build: bump version to v0.2
1 parent d669d96 commit 5c690b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
0.2
5+
-----
6+
7+
Changes:
8+
9+
- Drop support to Python 2.7.
10+
- Add store rendered values on objects for renderer segments and rendered elements.
11+
412
0.1
513
-----
614

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="pyx12lib",
5-
version="0.1",
5+
version="0.2",
66
author="CJHwong",
77
author_email="[email protected]",
88
url="https://github.com/hardcoretech/pyx12-lib",

0 commit comments

Comments
 (0)