File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 99project = "Scanline Python Wrapper"
1010copyright = "2024, Wanadev"
1111author = "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
Original file line number Diff line number Diff line change 1212
1313setup (
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 ,
You can’t perform that action at this time.
0 commit comments