Skip to content

Commit 7894fba

Browse files
committed
feat(History): add History file
1 parent e2f58e3 commit 7894fba

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

History.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
v1.4.3 / 2017-08-24
3+
===================
4+
5+
* fix(travis-ci): ignore versions
6+
* feat(requirements): add missing pytest-cov dependency
7+
* refactor(requirements): use version contraint
8+
* fix: remove .cache files
9+
* feat: add required files
10+
* fix(travis-ci): install proper packages
11+
* refactor(setup.py): update description
12+
* refactor(docs): remove downloads badge
13+
* fix(tests): pass unit tests
14+
* feat(docs): add TravisCI and PyPI badges
15+
* Merge pull request #2 from tomas-fp/master
16+
* feat(docs): update readme notes
17+
* feat(setup): increase version
18+
* Merge pull request #1 from kmmbvnr/patch-1
19+
* Fix github url on pypi

jsonpath_ng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
# Current package version
6-
__version__ = '1.4.2'
6+
__version__ = '1.4.3'

0 commit comments

Comments
 (0)