Skip to content

Commit e4ff362

Browse files
authored
Merge pull request #6 from carpentries-incubator/lifecycle_beta
2 parents 6e84e3d + 2f408be commit e4ff362

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ This lesson introduces the basics of profiling and optimising Python code. The c
66

77
## Contact Us
88

9-
This course was originally authored by and is currently maintained by [@Robadob](https://github.com/Robadob), it is a fork of the University of Sheffield branded course. Both repositories are maintained, so issues will be monitored .
9+
This course was originally authored by [@Robadob](https://github.com/Robadob) and is now also maintained by [@JostMigenda](https://github.com/Robadob).
10+
11+
Releases prior to Beta, exist in the original [University of Sheffield repository](https://github.com/RSE-Sheffield/pando-python), which includes custom branding. Please direct issues with course content to the [Carpentries Incubator repository](https://github.com/carpentries-incubator/pando-python).
1012

1113
## Contributing
1214

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ keywords: 'python, profiling, optimisation, data structures, algorithms'
2121

2222
# Life cycle stage of the lesson
2323
# possible values: pre-alpha, alpha, beta, stable
24-
life_cycle: 'alpha'
24+
life_cycle: 'beta'
2525

2626
# License of the lesson
2727
license: 'CC-BY 4.0'
2828

2929
# Link to the source repository for this lesson
30-
source: 'https://github.com/RSE-Sheffield/pando-python'
30+
source: 'https://github.com/carpentries-incubator/pando-python'
3131

3232
# Default branch of your lesson
3333
branch: 'main'

0 commit comments

Comments
 (0)