Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BinyaminSharet committed Mar 31, 2017
1 parent 5a29e47 commit f19e811
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.7.1 (2017-03-31)
==========================

* bugfix: [DataModel] fixed default value of Pad container
* bugfix: [TestList] fix string representation for some test ranges
* new feature: [DataModel] BitField now supports full range mutation
* enhancement: [EmptyController] now have a default name

Version 0.7.0 (2016-11-11)
==========================

Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ we only benefit from contribution.
However, we want to keep Kitty stable, documented and easy to read.

At this point, this guide is rather short, so please read it from start to end.
it will

Code
----
Expand Down Expand Up @@ -102,4 +101,4 @@ So we require a few things in pull requests.
(respectively).


That's it, and thanks for your help!
That's it, and thanks for your help!
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.0'
version = '0.7.1'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


VERSION = '0.7.0'
VERSION = '0.7.1'
AUTHOR = 'Cisco SAS team'
EMAIL = '[email protected]'
URL = 'https://github.com/cisco-sas/kitty.git'
Expand Down

0 comments on commit f19e811

Please sign in to comment.