Skip to content

Commit

Permalink
ex-211 (cgates): Bump version to evade PyPI upload rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cgates committed May 7, 2015
1 parent 0a799ac commit fc7c674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.40 (5/7/2015)
0.41 (5/7/2015)
---------------
- Combined filter command with merge command
- Extended expand to create simple metaheader glossary
Expand Down
2 changes: 1 addition & 1 deletion jacquard/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.40"
__version__ = "0.41"
2 changes: 1 addition & 1 deletion test/jacquard_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_error_raisesTransformedMessage(self):

class JacquardTestCase(test_case.JacquardBaseTestCase):
def test_version(self):
self.assertEquals("0.40", jacquard.__version__)
self.assertEquals("0.41", jacquard.__version__)

def test_get_execution_context(self):
command = "foo input_dir output_dir"
Expand Down

0 comments on commit fc7c674

Please sign in to comment.