Skip to content

Commit

Permalink
docs: update status
Browse files Browse the repository at this point in the history
set version
  • Loading branch information
sepgh committed Oct 23, 2023
1 parent 953368d commit dcba0d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
/.pypirc
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Rhazes


[![PyPI - Version](https://img.shields.io/pypi/v/django-boot-rhazes?style=flat-square)](https://pypi.org/project/django-boot-rhazes)
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/django-boot/Rhazes/project-code-standards.yml?style=flat-square)](https://github.com/django-boot/Rhazes/actions/workflows/project-code-standards.yml)
[![GitHub issues](https://img.shields.io/github/issues/django-boot/Rhazes?style=flat-square)](https://github.com/django-boot/Rhazes/issues)
![Static Badge](https://img.shields.io/badge/Status-Under%20Development-yellow?style=flat-square&cacheSeconds=120)


Expand All @@ -8,7 +12,11 @@ A _Dependency Injection_ framework for Django Framework.

## Versions and Requirements

_There is no published version yet_. Written for Django 4.2 using python 3.9. Other python versions (3.6+) should be supported. It may work with other Django versions as well (after required changes being applied to `setup.cfg`.
Written for Django 4.2 using python 3.9. _Other python versions (3.6+) should also be supported. It may work with other Django versions as well (but requires changes being applied to `setup.cfg`)._





## How it works

Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[metadata]
version = 0.0.1
version = 0.1.2
name = django-boot-rhazes
description = A Django DI manager
long_description = file: README.rst
long_description = file: README.md
long_description_content_type=text/markdown
url = https://github.com/django-boot/Rhazes
author = Django Boot
author_email = djangoboot@proton.me
Expand Down

0 comments on commit dcba0d5

Please sign in to comment.