Compare commits

...

2 commits

Author SHA1 Message Date
Lance Edgar 94d8c3d6df build: ignore some build files 2024-12-05 08:02:39 -06:00
Lance Edgar 92869a7c5e bump: 0.1.0 2024-12-05 08:01:12 -06:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
*~ *~
*.pyc *.pyc
.coverage .coverage
.tox/
dist/
docs/_build/ docs/_build/

View file

@ -5,7 +5,7 @@ All notable changes to WuttaSync will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## v0.1.0 (??) ## v0.1.0 (2024-12-05)
### Feat ### Feat

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "WuttaSync" name = "WuttaSync"
version = "0.1.1" version = "0.1.0"
description = "Wutta framework for data import/export and real-time sync" description = "Wutta framework for data import/export and real-time sync"
readme = "README.md" readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}] authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]