Skip to content

Commit

Permalink
bumped version number to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed May 4, 2023
1 parent f17f01f commit 4bd972b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
* -/-


## [0.3.2] - 2023-05-04

### Changed

* dependencies: updated dependencies to latest versions


## [0.3.1] - 2023-01-11

### Changed
Expand Down Expand Up @@ -233,7 +240,8 @@ Users are encouraged to update to this version.
* Added support for Python 3.10

<!-- Markdown link & img dfn's -->
[unreleased]: https://github.com/dnv-opensource/farn/compare/v0.3.1...HEAD
[unreleased]: https://github.com/dnv-opensource/farn/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/dnv-opensource/farn/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/dnv-opensource/farn/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/dnv-opensource/farn/compare/v0.2.7...v0.3.0
[0.2.7]: https://github.com/dnv-opensource/farn/compare/v0.2.6...v0.2.7
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Copyright (c) 2023 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ _For a detailed documentation of the dictIO dict file format used by farn, see [
## Meta
Copyright (c) 2022 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Copyright (c) 2023 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Frank Lumpitzsch – [@LinkedIn](https://www.linkedin.com/in/frank-lumpitzsch-23013196/) – [email protected]
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = "farn"
copyright = "2022, DNV. Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"
copyright = "2023, DNV. Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"
author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"

# The full version, including alpha/beta/rc tags
release = "0.3.1"
release = "0.3.2"

# -- General configuration ---------------------------------------------------

Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = farn
version = 0.3.1
version = 0.3.2
summary = n-dimensional case generator.
description = Python package to generate an n-dimensional case folder structure applying linear and spatial sampling strategies.
long_description = file: README.md
Expand All @@ -15,6 +15,7 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: MacOS
Expand Down Expand Up @@ -84,7 +85,7 @@ source =

[tox:tox]
isolated_build = True
envlist = py{39,310,311}-{linux,macos,windows}
envlist = py{39,310,311,312}-{linux,macos,windows}
# envlist = py{39,310,311}-{windows}
# envlist = py{39,310,311}

Expand Down

0 comments on commit 4bd972b

Please sign in to comment.