Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 16, 2019
1 parent 4bb0c8d commit a16bb3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2017, Benjamin Alan Weaver <[email protected]>
Copyright (c) 2014-2019, Benjamin Alan Weaver <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release Notes

*Python 2 support will be dropped starting with this release.*

0.4.1 (unreleased)
0.4.1 (2019-01-16)
------------------

* Handle directory names that contain underscore characters; improve test
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# General information about the project.
project = u'hpsspy'
author = 'Benjamin Alan Weaver'
copyright = u'2014-2017, Benjamin Alan Weaver'
copyright = u'2014-2019, Benjamin Alan Weaver'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion hpsspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class HpssOSError(HpssError):
pass


__version__ = '0.4.1.dev225'
__version__ = '0.4.1'

0 comments on commit a16bb3a

Please sign in to comment.