Skip to content

Commit e4c142d

Browse files
authored
Prepare for initial release (#6)
* Update version * Add changelog.md
1 parent bd6635f commit e4c142d

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/).
5+
6+
## [Unreleased]
7+
8+
## [2021.9.0]
9+
10+
### Added
11+
- initial release
12+
13+
14+
[Unreleased]: https://github.com/wright-group/wright-plans/compare/v2021.9.0...HEAD
15+
[2021.9.0]: https://github.com/wright-group/wright-plans/releases/tag/v2021.9.0

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ author-email = "[email protected]"
99
home-page = "https://github.com/wright-group/bluesky-wright"
1010
classifiers = [ "License :: OSI Approved :: MIT License",]
1111
requires = ["bluesky", "pint", "toolz"]
12+
1213
[tool.flit.metadata.requires-extra]
1314
attune = ["attune", "numpy", "cycler"]

wright_plans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Bluesky plans and utilities to provide functionality that the Wright Group needs."""
22

3-
__version__ = "2021.5.0"
3+
__version__ = "2021.9.0"
44

55
from ._plans import *
66
from ._constants import *

0 commit comments

Comments
 (0)