Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto authored Sep 22, 2023
2 parents 48dfa5a + 33cbd40 commit 87ebcd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SHELL := /bin/bash
CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

version = 3.8
version = 3.9

# We like colors
# From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects
Expand Down
1 change: 1 addition & 0 deletions plone-6.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ recipe = plone.recipe.zope2instance
zodb-temporary-storage = off

[versions]
plone.rest =
black = 21.7b0
pygments = 2.14.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()


version = "4.0.0"
version = "4.0.1.dev0"

long_description = read("README.rst") + "\n\n" + read("CHANGES.rst") + "\n\n"

Expand Down

0 comments on commit 87ebcd4

Please sign in to comment.