Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Apr 2, 2019
1 parent b715570 commit cfc086e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Sections with "(Upcoming)" describe changes on the roadmap for CIJOE.
Changes on the `master` branch, from the latest version tag up to and including
HEAD can be subject to a git rebase.


## v0.0.18

* Nothing but the version number

## v0.0.17

* Yet another bunch of fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/cij/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_PATCH = 17
VERSION_PATCH = 18
VERSION = "%d.%d.%d" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)

PR_EMPH_CC = "\033[0;36m"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(*parts):

setup(
name="cijoe",
version="0.0.17",
version="0.0.18",
description="Tools for systems development and testing",
long_description=read('README.rst'),
author="Simon A. F. Lund",
Expand Down

0 comments on commit cfc086e

Please sign in to comment.