Skip to content

Commit

Permalink
Update changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Aug 28, 2018
1 parent 7ae47af commit 44ce02f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
== Version 2.2.0 ==
_Release date - Aug 28, 2018_

* New feature: add vector fields.
* New feature: add select_halos function.
* Enhancement: significant refactor of field and i/o systems
* Enhancement: upgrades to testing infrastructure

== Version 2.1.1 ==
_Release date - Apr 23, 2018_

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.2.dev1'
version = u'2.2.0'
# The full version, including alpha/beta/rc tags.
release = u'2.2.dev1'
release = u'2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ytree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
TreeNodeSelector, \
add_tree_node_selector

__version__ = '2.2.dev1'
__version__ = '2.2.0'

0 comments on commit 44ce02f

Please sign in to comment.