Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
travisci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Mar 27, 2017
1 parent aa58c28 commit 43fc26d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Version 1.2.4 (03-27-2017)
-------------

- Fixed TravisCI config

Version 1.2.3 (03-27-2017)
-------------

- Fixed PyPI broken file (requirements.txt)
- Simplified version and setup files.


Version 1.2.2 (03-23-2017)
-------------

Expand Down
2 changes: 1 addition & 1 deletion pagination_bootstrap/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def _make_url(major, minor, micro, releaselevel, serial):
return url

# Same semantics as sys.version_info.
version_info = (1, 2, 3, 'final', 0)
version_info = (1, 2, 4, 'final', 0)
__version__ = _make_version(*version_info)
__url__ = _make_url(*version_info)

0 comments on commit 43fc26d

Please sign in to comment.