Skip to content

Commit 3c8dc79

Browse files
authored
Merge pull request #25 from lucascolley/release
2 parents 5fd5bd9 + 0adf841 commit 3c8dc79

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

RELEASING.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
1. Update the version in `src/quantity_array/__init__.py`
2+
2. Update the lockfile with `pixi update && pixi install`
3+
3. Push your changes
4+
4. Cut a release via the GitHub GUI
5+
5. Update the version to `{next micro version}.dev0`
6+
6. `pixi clean cache --pypi && pixi update && pixi install`
7+
7. Push your changes
8+
8. Merge the automated PR to conda-forge/quantity-array-feedstock

pixi.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/quantity_array/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pint import DimensionalityError, Quantity
1515
from pint.facets.plain import MagnitudeT, PlainQuantity
1616

17-
__version__ = "0.0.1.dev0"
17+
__version__ = "0.0.1"
1818
__all__ = ["__version__", "quantity_namespace"]
1919

2020

0 commit comments

Comments
 (0)