Skip to content

Commit 7ae3f1a

Browse files
committed
v1.0.0
1 parent 3f1a594 commit 7ae3f1a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,13 @@ Changelog
116116

117117
* **[NEXT]** (changes on ``master``, but not released yet):
118118

119-
* Nothing yet :)
119+
* Nothing yet ;)
120120

121+
* **v1.0.0:**
122+
123+
* First release
124+
* feat: List available scanners
125+
* feat: Scan a document using a flatbed scanner
121126

122127

123128
.. _scanline: https://github.com/klep/scanline

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Scanline Python Wrapper"
1010
copyright = "2024, Wanadev"
1111
author = "Wanadev"
12-
release = "0.0.0"
12+
release = "1.0.0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="scanline-python-wrapper",
15-
version="0.0.0",
15+
version="1.0.0",
1616
description="Python wrapper for the scanline CLI scanner tool for macOS",
1717
license="BSD 3 Clause",
1818
long_description=long_description,

0 commit comments

Comments
 (0)