Commit graph

7 commits

Author SHA1 Message Date
5d35208968
chore: bump version to 0.1.6
All checks were successful
Python Package CI/CD / Publish to PyPI (push) Successful in 2m5s
Updates the project version from 0.1.5 to 0.1.6 in the pyproject.toml file. This version increment likely signifies minor changes, improvements, or bug fixes in the project.
2024-12-05 13:27:49 +01:00
11020b3566
chore: bump version to 0.1.5
All checks were successful
Python Package CI/CD / Publish to PyPI (push) Successful in 1m10s
Incremented version number to prepare for the new release, ensuring the changes made are properly reflected and versioned. This update helps maintain proper version tracking for future development and release cycles.
2024-10-02 11:25:50 +02:00
5c933d4089
chore: bump version to 0.1.4
All checks were successful
Python Package CI/CD / Publish to PyPI (push) Successful in 1m12s
Updated the project version to 0.1.4 to reflect the latest changes and improvements made. Ensures consistency and clarity in version tracking.
2024-09-19 19:14:14 +02:00
5bf7554619
chore(release): bump version to 0.1.3
All checks were successful
Python Package CI/CD / Publish to PyPI (push) Successful in 1m7s
Upgraded project version from 0.1.2 to 0.1.3 to include recent updates and improvements. This prepares the project for the next release cycle, ensuring compatibility and stability for the new features and bug fixes introduced since the last version.
2024-08-18 15:55:47 +02:00
c028219245
chore: bump version to 0.1.2
All checks were successful
Python Package CI/CD / Publish to PyPI (push) Successful in 1m6s
Updated project version to 0.1.2 to incorporate recent changes and improvements. Ensures consistency across the project and prepares for the upcoming release.
2024-07-16 10:20:05 +02:00
bb97ff0ad9
chore: bump version to 0.1.1 and fix license
Updated the project version from 0.1.0 to 0.1.1 to indicate minor changes. Switched the license field in pyproject.toml from GNU AGPLv3 to MIT License.
2024-07-16 10:00:48 +02:00
ae73156fc9
refactor: restructure project for PyPI packaging
- Added `pyproject.toml` for project metadata and dependency management
- Moved application code to `src/wikimore` directory for better organization
- Updated `launch.json` configuration for Flask app
- Enhanced README with installation, development instructions, and badges
- Introduced `main` function in `app.py` for environment-based configuration

These changes streamline packaging and improve project maintainability.
2024-07-16 09:58:18 +02:00