Skip to content

Commit

Permalink
Bump to version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Feb 4, 2022
1 parent f334c5a commit daa041d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Release Notes
=============

0.6.0 (TBA)
===========
0.6.0
=====

- Dropped support for Python 2.7 and 3.6. [PR `#459`]_
- Moved chaos pendulum example to Sphinx docs. [PR `#459`]_
- Moved chaos pendulum example to Sphinx docs.
- Added Astrobee example [PR `#453`_]
- Added the ability to pass optional arguments to the ODE solver in System. [PR
`#447`_]
Expand Down
2 changes: 1 addition & 1 deletion pydy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = '0.6.0.dev0'
__version__ = '0.6.0'

0 comments on commit daa041d

Please sign in to comment.