Skip to content

Commit c663fc1

Browse files
committed
update version and changelog
1 parent 4aa942a commit c663fc1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/hackingmaterials/rocketsled/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/hackingmaterials/rocketsled/compare/v2019.1.1...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Minor corrections to the tutorial and examples [\#63](https://github.com/hackingmaterials/rocketsled/pull/63) ([RemiLehe](https://github.com/RemiLehe))
10+
311
## [v2019.1.1](https://github.com/hackingmaterials/rocketsled/tree/v2019.1.1) (2019-01-01)
412
[Full Changelog](https://github.com/hackingmaterials/rocketsled/compare/v2018.12.30...v2019.1.1)
513

rocketsled/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
from rocketsled.task import OptTask
88

99
__author__ = "Alexander Dunn"
10-
__version__ = "2019.1.1"
10+
__version__ = "2019.2.17"
1111
__email__ = "[email protected]"
1212

0 commit comments

Comments
 (0)