Skip to content

Commit 4263874

Browse files
committed
Designate 0.1rc2 release
1 parent 6c3f705 commit 4263874

3 files changed

Lines changed: 4 additions & 34 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/scientific-python/yaml2ics/tree/HEAD)
3+
## [v0.1rc2](https://github.com/scientific-python/yaml2ics/tree/v0.1rc2)
44

5-
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc1...HEAD)
5+
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc1...v0.1rc2)
66

77
**Closed issues:**
88

99
- Add the possibility to skip dates for recurring events [\#23](https://github.com/scientific-python/yaml2ics/issues/23)
1010

1111
**Merged pull requests:**
1212

13+
- Add changelog [\#32](https://github.com/scientific-python/yaml2ics/pull/32) ([jarrodmillman](https://github.com/jarrodmillman))
1314
- Add release process notes [\#31](https://github.com/scientific-python/yaml2ics/pull/31) ([jarrodmillman](https://github.com/jarrodmillman))
1415
- Specify lower bounds on dependencies [\#30](https://github.com/scientific-python/yaml2ics/pull/30) ([jarrodmillman](https://github.com/jarrodmillman))
1516
- Improve CI testing [\#29](https://github.com/scientific-python/yaml2ics/pull/29) ([jarrodmillman](https://github.com/jarrodmillman))

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 = "yaml2ics"
7-
version = "0.1rc2.dev0"
7+
version = "0.1rc2"
88
requires-python = ">=3.8"
99
authors = [{name = "Scientific Python Developers"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)