Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mysh committed Apr 22, 2024
1 parent 6abfdd5 commit 4ec4c0f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 1.0.0
-------------
**First public release!**

* Specified licence for the project: `MIT <https://choosealicense.com/licenses/mit/>`_.
* Added README badges for an appearance boost.
* Completed docs wherever they were missing.
* Designed the `logo <https://github.com/well-id/dliswriter/blob/master/logo.png>`_.
* Lowered minimum required Python version to 3.9.
* Limited the number of dependencies.


Version 0.0.10
--------------
**High-compatibility mode**
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'DLIS Writer'
copyright = '2023, Well ID'
author = 'Dominika Dlugosz, Magne Lauritzen, Kamil Grunwald, Omer Faruk Sari'
release = '0.0.10'
release = '1.0.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dliswriter"
version = "0.0.10"
version = "1.0.0"
authors = [
{ name="Dominika Dlugosz", email="dominika.dlugosz@wellid.no" },
{ name="Magne Lauritzen", email="magne.lauritzen@wellid.no" },
Expand Down Expand Up @@ -60,4 +60,4 @@ dependencies = [
where = ["src"]

[tool.setuptools.package-data]
"*" = ["py.typed"]
"*" = ["py.typed", "logo.png"]
2 changes: 1 addition & 1 deletion src/dliswriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from dliswriter.utils.source_data_wrappers import SourceDataWrapper, DictDataWrapper, NumpyDataWrapper, HDF5DataWrapper


__version__ = '0.0.10'
__version__ = '1.0.0'

0 comments on commit 4ec4c0f

Please sign in to comment.