Skip to content

Commit f258efe

Browse files
committed
Designate 0.1a1 release
1 parent f777b37 commit f258efe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [v0.1a1](https://github.com/scientific-python/dev.py/tree/v0.1a1)
4+
5+
[Full Changelog](https://github.com/scientific-python/dev.py/compare/v0.0...v0.1a1)
6+
7+
**Merged pull requests:**
8+
9+
- Document release process [\#2](https://github.com/scientific-python/dev.py/pull/2) ([jarrodmillman](https://github.com/jarrodmillman))
10+
- Add pre-commit hooks and CI linter [\#1](https://github.com/scientific-python/dev.py/pull/1) ([jarrodmillman](https://github.com/jarrodmillman))
11+
12+
13+
14+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "dev.py"
7-
version = "0.1a1.dev0"
7+
version = "0.1a1"
88
requires-python = ">=3.7"
99
description = "Developer tool for scientific Python libraries"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)