Skip to content

Commit bf23323

Browse files
committed
Update changelog to 1.30.0
1 parent 283cab2 commit bf23323

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [1.30.0]
18+
1119
### Changed
1220
- FlowMachine now requires python >= 3.11
1321

1422
### Fixed
15-
- Diretion enum not being recognised [#6787](https://github.com/Flowminder/FlowKit/issues/6787)
23+
- Direction enum not being recognised [#6787](https://github.com/Flowminder/FlowKit/issues/6787)
1624

1725
### Removed
1826
- Removed Oracle fdw
@@ -1159,7 +1167,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
11591167

11601168
- Added Python 3.6 support for FlowClient
11611169

1162-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.29.0...master
1170+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.30.0...master
1171+
[1.30.0]: https://github.com/Flowminder/FlowKit/compare/1.29.0...1.30.0
11631172
[1.29.0]: https://github.com/Flowminder/FlowKit/compare/1.28.1...1.29.0
11641173
[1.28.1]: https://github.com/Flowminder/FlowKit/compare/1.28.0...1.28.1
11651174
[1.28.0]: https://github.com/Flowminder/FlowKit/compare/1.27.0...1.28.0

flowmachine/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ def read(filename, parent=None):
100100
classifiers=[
101101
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
102102
"Development Status :: 4 - Beta",
103-
"Programming Language :: Python :: 3.8",
104-
"Programming Language :: Python :: 3.7",
103+
"Programming Language :: Python :: 3.11",
105104
"Natural Language :: English",
106105
"Operating System :: MacOS :: MacOS X",
107106
"Operating System :: POSIX",

0 commit comments

Comments
 (0)