Skip to content

Commit

Permalink
Change version to pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Nov 18, 2020
1 parent 1b958b8 commit bb76b0f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-guid"
version = "3.1.0" # Remember to also change __init__.py version
version = "3.1.0-rc1" # Remember to also change __init__.py version
description = "Middleware that enables single request-response cycle tracing by injecting a unique ID into project logs"
authors = ["Jonas Krüger Svensson <jonas-ks@hotmail.com>"]
maintainers = ["Sondre Lillebø Gundersen <sondrelg@live.no>"]
Expand Down Expand Up @@ -61,11 +61,6 @@ celery = "^5.0.2"
redis = "^3.5.3"
ipython = "^7.19.0"

[tool.poetry.extras]
celery = ["celery"]
sentry = ["sentry-sdk"]
all = ["celery,sentry-sdk"]

[tool.black]
line-length = 120
skip-string-normalization = true
Expand Down

0 comments on commit bb76b0f

Please sign in to comment.